Skip to content

Conversation

@iuwqyir
Copy link
Contributor

@iuwqyir iuwqyir commented Jan 14, 2025

TL;DR

Added support for the concat function in the allowed functions list.

What changed?

Added the concat function to the allowedFunctions map, enabling string concatenation operations.

How to test?

  1. Use the concat function in your queries or templates
  2. Verify that the function executes without permission errors
  3. Confirm that string concatenation works as expected

Why make this change?

String concatenation is a fundamental operation needed for data manipulation and string formatting. Adding the concat function provides users with the ability to combine strings dynamically within their queries or templates.

Copy link
Contributor Author

iuwqyir commented Jan 14, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@iuwqyir iuwqyir marked this pull request as ready for review January 14, 2025 23:17
@iuwqyir iuwqyir merged commit bcaf1ca into main Jan 15, 2025
5 checks passed
@iuwqyir iuwqyir deleted the 01-15-whitelist_concat_function branch January 15, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants